home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 27 / Mac Magazin and MacEasy Magazine CD - Issue 27.iso / Grafik & Text / SGMLTool Folder / MacSgmls / MacSgmls.rsrc / HELP_177 < prev    next >
Text File  |  1996-10-21  |  3KB  |  53 lines

  1.  
  2.  In MacSgmls the SGML declaration may be omitted, the following declaration will be implied:
  3.  
  4. |  <!SGML "ISO 8879:1986"
  5. |  --document character set--
  6. |  CHARSET
  7. |    --base character set--
  8. |    BASESET  "ISO 646-1983//CHARSET International Reference Version (IRV)//ESC 2/5 4/0"
  9. |    --described character portion--
  10. |    DESCSET    0   9  UNUSED
  11. |               9   2  9
  12. |              11   2  UNUSED
  13. |              13   1  13
  14. |              14  18  UNUSED
  15. |              32  95  32
  16. |             127   1  UNUSED
  17. |    --capacity set--
  18. |    CAPACITY  PUBLIC  "ISO 8879:1986//CAPACITY Reference//EN"
  19. |    --concrete syntax scope--
  20. |    SCOPE     DOCUMENT
  21. |  --concrete syntax--
  22. |  SYNTAX    PUBLIC  "ISO 8879:1986//SYNTAX Reference//EN"
  23. |    --feature use--
  24. |    FEATURES
  25. |      --markup minimization features--
  26. |      MINIMIZE
  27. |        DATATAG NO      --data characters may serve simultaneously as tags--
  28. |        OMITTAG  YES    --some tags may be omitted altogether--
  29. |        RANK     NO     --element ranks may be omitted from tags--
  30. |        SHORTTAG YES    --short tags with omitted delimiters, attribute specifications, or generic identifier may be used--
  31. |      --link type features--
  32. |      LINK
  33. |        SIMPLE  NO      --simple link process definitions may be used--
  34. |        IMPLICIT NO     --implicit link process definitions may be used--
  35. |        EXPLICIT NO     --explicit link process definitions may be used and longest chain of link process has the specific number of links--
  36. |      --other features--
  37. |      OTHER
  38. |        CONCUR  NO      --instances of the specified number of document types may occur concurrently with an instance of the base document type--
  39. |        SUBDOC   YES 99999999  --the spcified number of SGML subdocument entities may be open at one time--
  40. |        FORMAL   YES    --that public identifiers are interpreted as formal public identifiers--
  41. |    --application-specific information--
  42. |    APPINFO NONE
  43. |  >
  44.  
  45.  with the exception that characters 128 through 254 will be assigned to DATACHAR. When exporting documents that use characters in this range, an accurate description of the upper half of the document character set should be added to this declaration. For ISO Latin-1, an appropriate description would be:
  46.  
  47. |    --base character set--
  48. |    BASESET  "ISO Registration Number 100//CHARSET ECMA-94 Right Part of Latin Alphabet Nr. 1//ESC 2/13 4/1"
  49. |    --described character portion--
  50. |    DESCSET  128  32  UNUSED
  51. |             160  95  32
  52. |             255   1  UNUSED
  53.